home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 Super EF2000 / BigMax nº 21 Super EF2000.iso / joystick / f16 / ef2000.b50 next >
Encoding:
Text File  |  1996-09-17  |  2.6 KB  |  108 lines

  1.  
  2. REM ╔═══════════════════════════════════════════════════════════════════════╗
  3. REM ║ This file is for use with the FLCS controller only!  The WCS Mark II  ║
  4. REM ║ may be used (and programmed) with this file.  The Command & Control   ║
  5. REM ║ Center must be at release level 1.39.1 or later.                      ║
  6. REM ╚═══════════════════════════════════════════════════════════════════════╝
  7.  
  8. REM               EF2000 - EuroFighter Tactical Flight Simulator
  9.  
  10. REM                   A full function FLCS program for EF2000
  11.  
  12. REM           Written and Tested by Jon Spencer & Damian Edwards 1995
  13. REM                  BIG thanks to Tim for all his help!
  14. REM
  15. REM                   EF2000 MIDLIFE UPGRADE V2.10 by Jon
  16. REM
  17. REM           ALL THRUSTMASTER FILES UPDATED DUE TO POPULAR DEMAND BY
  18. REM
  19. REM                              Jon Spencer
  20. REM                           (Head Tester DID)
  21. REM
  22. REM                          Aditional testing by
  23. REM                              Carl Jackson
  24. REM
  25. REM
  26. REM
  27. REM
  28. REM ╔═════════════════════════════╗
  29. REM ║ WCS II Base Switch Settings ║
  30. REM ║ --------------------------- ║
  31. REM ║ Black Switch = Digital      ║
  32. REM ║ Red Switch   = Digital      ║
  33. REM ╚═════════════════════════════╝
  34.  
  35. REM ╔════════════════════╗
  36. REM ║ Command Delay Rate ║
  37. REM ╚════════════════════╝
  38.  
  39. RATE 100
  40.  
  41. REM ╔════════════════════╗
  42. REM ║ Enable WCS Mark II ║
  43. REM ╚════════════════════╝
  44.  
  45. REM USE TQS
  46.  
  47. REM ╔════════════════════════════╗
  48. REM ║ Game Settings              ║
  49. REM ║ -------------              ║
  50. REM ║ Select a standard joystick ║
  51. REM ╚════════════════════════════╝
  52.  
  53. Mdef ef2000
  54.  
  55. REM ╔═════════════════════════════╗
  56. REM ║ FLCS Buttons & Control Hats ║
  57. REM ╚═════════════════════════════╝
  58.  
  59. BTN S1 Toggle AB_On
  60.        Toggle AB_Off
  61.  
  62. BTN S2 Toggle Virtual_On/Off
  63.        Toggle Forward_view
  64. BTN S3
  65.  
  66. BTN S4 /N Res_shift
  67.  
  68.  
  69. REM  HAT 1 /LARGE Hat, Top Back of FLCS
  70. REM  Primary Views
  71.  
  72. BTN H1U /P RAW (#59 #E0 #75)
  73.     /R RAW (#F0 #E0 #75 #F0 #59)
  74. BTN H1D /P RAW (#59 #E0 #72)
  75.     /R RAW (#F0 #E0 #72 #F0 #59)
  76. BTN H1L /P RAW (#59 #E0 #6B)
  77.     /R RAW (#F0 #E0 #6B #F0 #59)
  78. BTN H1R RAW (#59 #E0 #74)
  79.     /R RAW (#F0 #E0 #74 #F0 #59)
  80.  
  81. BTN H2U S3_In Target_View
  82.         S3_Out Cycle_HUD_Tgts
  83.  
  84. BTN H2D /N HUD_ILS
  85.  
  86. BTN H2L /N Cycle_Air-Ground
  87.  
  88. BTN H2R /N Cycle_Missles
  89.  
  90.  
  91.  
  92. BTN H3U /N Forward_View
  93. BTN H3D S3_In HUD_REFUELING
  94.         S3_Out Cycle_MFD_2
  95.  
  96. BTN H3L /N Mfdl
  97.  
  98. BTN H3R /N Mfdr
  99.  
  100.  
  101. REM  HAT 4 /MEDIUM Size, Left Side of FLCS
  102. REM  S3 In  = Laser Target Designation System
  103. REM  S3 In = AutoPilot Controls
  104.  
  105. BTN H4U /N Cycle_Missles
  106.  
  107. BTN H4D /N Cycle_Air-Ground
  108.